From: Richard M. Stallman Date: Fri, 10 Jun 1994 23:01:10 +0000 (+0000) Subject: (complete-tag): Likewise. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91219 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c6d38ae261e4a57225366c8d0e3e883c5c958671;p=emacs.git (complete-tag): Likewise. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 0b8d7f2f045..6b93fff4822 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1534,7 +1534,7 @@ for \\[find-tag] (which see)." (insert completion)) (t (message "Making completion list...") - (with-output-to-temp-buffer " *Completions*" + (with-output-to-temp-buffer "*Completions*" (display-completion-list (all-completions pattern 'tags-complete-tag nil))) (message "Making completion list...%s" "done")))))